home *** CD-ROM | disk | FTP | other *** search
/ Manchester United on CD / Manchester United on CD.iso / match.dxr / Internal_5_DISPLAY MATCH INFO.ls < prev    next >
Encoding:
Text File  |  2000-08-30  |  368 b   |  15 lines

  1. property psp_mysprite
  2. global gs_whatclicked
  3.  
  4. on beginSprite me
  5.   psp_mysprite = sprite(me.spriteNum)
  6.   if voidp(gs_whatclicked) then
  7.     gs_whatclicked = #match1
  8.   end if
  9.   psp_mysprite.member = string(gs_whatclicked)
  10. end
  11.  
  12. on getPropertyDescriptionList me
  13.   return [#myproperty: [#comment: "comment:", #format: #float, #range: [#min: 0, #max: 180], #default: 10]]
  14. end
  15.